Cocktail Help Reference
FrameworkBootstrapper<TRootModel> Class Members
See Also  Properties  Methods  Send Feedback
Cocktail Assembly > Cocktail Namespace : FrameworkBootstrapper<TRootModel> Class


Glossary Item Box

The following tables list the members exposed by FrameworkBootstrapper<TRootModel>.

Public Constructors

 NameDescription
Public ConstructorFrameworkBootstrapper<TRootModel> ConstructorCreates an instance of the framework bootstrapper.  
Top

Protected Properties

 NameDescription
Protected PropertyApplication (Inherited from Caliburn.Micro.BootstrapperBase)
Top

Public Methods

 NameDescription
Public MethodStart (Inherited from Caliburn.Micro.BootstrapperBase)
Top

Protected Methods

 NameDescription
Protected MethodAddValueConverterConventionsAdds the stock ValueConverterConventions to the ValueConverterConventionRegistry and thus to the Caliburn Caliburn.Micro.ConventionManager. (Inherited from Cocktail.FrameworkBootstrapper)
Protected MethodBuildUpPerforms injection on the supplied instance. (Inherited from Cocktail.FrameworkBootstrapper)
Protected MethodConfigureConfigures the framework and sets up the IoC container. (Inherited from Cocktail.FrameworkBootstrapper)
Protected MethodGetAllInstancesLocates all instances of the supplied service. (Inherited from Cocktail.FrameworkBootstrapper)
Protected MethodGetInstanceLocates the supplied service. (Inherited from Cocktail.FrameworkBootstrapper)
Protected MethodOnExit (Inherited from Caliburn.Micro.BootstrapperBase)
Protected MethodOnStartupOverridden. Performs the framework startup sequence.  
Protected MethodOnUnhandledException (Inherited from Caliburn.Micro.BootstrapperBase)
Protected MethodPrepareApplication (Inherited from Caliburn.Micro.BootstrapperBase)
Protected MethodPrepareCompositionCatalogOverride to substitute the default composition catalog with a custom catalog. (Inherited from Cocktail.FrameworkBootstrapper)
Protected MethodPrepareCompositionContainerOverride to add additional exports to the CompositionHost during configuration. (Inherited from Cocktail.FrameworkBootstrapper)
Protected MethodSelectAssemblies (Inherited from Caliburn.Micro.BootstrapperBase)
Protected MethodStartDesignTime (Inherited from Caliburn.Micro.BootstrapperBase)
Protected MethodStartRuntimeCalled by the bootstrapper's constructor at runtime to start the framework. (Inherited from Cocktail.FrameworkBootstrapper)
Protected MethodStartRuntimeAsyncProvides an opportunity to perform asynchronous configuration at runtime. (Inherited from Cocktail.FrameworkBootstrapper)
Protected MethodWhenCompletedCalls action when StartRuntimeAsync completes. (Inherited from Cocktail.FrameworkBootstrapper)
Top

See Also

© 2012 All Rights Reserved.